home *** CD-ROM | disk | FTP | other *** search
- /* (C) Copyright 1991 Dave Fritsche (wb8zxu), All Rights Reserved.
- *
- * Redistribution and use in source and binary forms are permitted for
- * non-commercial use, provided that the above copyright notice and this
- * paragraph are duplicated in all such forms. THIS SOFTWARE IS PROVIDED
- * ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
- * WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE.
- */
- #include <stdio.h>
- #include "screen.h"
-
- int scrn00()
- {
- clrscr();
- box(1, 1, 80, 24, 2);
- puttxt(60, 1, 0, 0, TITLE);
- addlin(1, 21, 80, 2);
- puttxt(22, 11, 0, 0, "KA9Q (NOS) TCP/IP Software Installation");
- puttxt(23, 22, 0, 0, "Copyright 1991 Dave Fritsche (wb8zxu)");
- puttxt(25, 23, 0, 0, "Non-profit redistribution allowed");
- }
-